home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / crwdemo / groundco.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1995-12-05  |  5.1 KB  |  163 lines

  1. VERSION 2.00
  2. Begin Form Groupcond 
  3.    BackColor       =   &H00C0C0C0&
  4.    Caption         =   "Group Condition"
  5.    ClientHeight    =   6315
  6.    ClientLeft      =   1890
  7.    ClientTop       =   1455
  8.    ClientWidth     =   3585
  9.    Height          =   6720
  10.    Left            =   1830
  11.    LinkTopic       =   "Form1"
  12.    ScaleHeight     =   6315
  13.    ScaleWidth      =   3585
  14.    Top             =   1110
  15.    Width           =   3705
  16.    Begin SSPanel Panel3D3 
  17.       Alignment       =   1  'Left Justify - MIDDLE
  18.       BevelInner      =   1  'Inset
  19.       BorderWidth     =   1
  20.       Height          =   1860
  21.       Left            =   360
  22.       TabIndex        =   8
  23.       Top             =   3645
  24.       Width           =   2715
  25.       Begin SSFrame Frame3D2 
  26.          ForeColor       =   &H00000000&
  27.          Height          =   1005
  28.          Left            =   180
  29.          TabIndex        =   10
  30.          Top             =   630
  31.          Width           =   2355
  32.          Begin SSOption Option3D5 
  33.             Caption         =   "Descending"
  34.             Height          =   285
  35.             Left            =   180
  36.             TabIndex        =   3
  37.             Top             =   585
  38.             Width           =   1365
  39.          End
  40.          Begin SSOption Option3D4 
  41.             Caption         =   "Ascending"
  42.             Height          =   240
  43.             Left            =   180
  44.             TabIndex        =   5
  45.             Top             =   225
  46.             Width           =   1365
  47.          End
  48.       End
  49.       Begin SSFrame Frame3D1 
  50.          ForeColor       =   &H00000000&
  51.          Height          =   465
  52.          Left            =   180
  53.          TabIndex        =   9
  54.          Top             =   90
  55.          Width           =   2355
  56.          Begin Label Label3 
  57.             BackColor       =   &H00C0C0C0&
  58.             Caption         =   "Sort Direction of Group"
  59.             Height          =   240
  60.             Left            =   180
  61.             TabIndex        =   6
  62.             Top             =   180
  63.             Width           =   2085
  64.          End
  65.       End
  66.    End
  67.    Begin SSPanel Panel3D2 
  68.       Alignment       =   1  'Left Justify - MIDDLE
  69.       BevelInner      =   1  'Inset
  70.       BorderWidth     =   1
  71.       Height          =   510
  72.       Left            =   360
  73.       TabIndex        =   2
  74.       Top             =   900
  75.       Width           =   2805
  76.       Begin TextBox Text1 
  77.          Height          =   420
  78.          Left            =   90
  79.          TabIndex        =   7
  80.          Top             =   45
  81.          Width           =   2625
  82.       End
  83.    End
  84.    Begin SSPanel Panel3D1 
  85.       Alignment       =   1  'Left Justify - MIDDLE
  86.       BevelInner      =   1  'Inset
  87.       BorderWidth     =   1
  88.       Height          =   2085
  89.       Left            =   360
  90.       TabIndex        =   1
  91.       Top             =   1485
  92.       Width           =   2715
  93.       Begin SSFrame Frame3D4 
  94.          ForeColor       =   &H00000000&
  95.          Height          =   1320
  96.          Left            =   180
  97.          TabIndex        =   12
  98.          Top             =   585
  99.          Width           =   2355
  100.          Begin SSOption Option3D3 
  101.             Caption         =   "Other"
  102.             Height          =   240
  103.             Left            =   180
  104.             TabIndex        =   16
  105.             Top             =   900
  106.             Width           =   1185
  107.          End
  108.          Begin SSOption Option3D2 
  109.             Caption         =   "Boolean"
  110.             Height          =   240
  111.             Left            =   180
  112.             TabIndex        =   15
  113.             Top             =   585
  114.             Width           =   1095
  115.          End
  116.          Begin SSOption Option3D1 
  117.             Caption         =   "Date"
  118.             Height          =   195
  119.             Left            =   180
  120.             TabIndex        =   14
  121.             Top             =   225
  122.             Width           =   1545
  123.          End
  124.       End
  125.       Begin SSFrame Frame3D3 
  126.          ForeColor       =   &H00000000&
  127.          Height          =   420
  128.          Left            =   180
  129.          TabIndex        =   11
  130.          Top             =   90
  131.          Width           =   2355
  132.          Begin Label Label2 
  133.             BackColor       =   &H00C0C0C0&
  134.             Caption         =   "Field Type:"
  135.             Height          =   195
  136.             Left            =   180
  137.             TabIndex        =   13
  138.             Top             =   135
  139.             Width           =   1365
  140.          End
  141.       End
  142.    End
  143.    Begin CommandButton Command1 
  144.       Caption         =   "More  >>>>"
  145.       Height          =   420
  146.       Left            =   360
  147.       TabIndex        =   0
  148.       Top             =   5580
  149.       Width           =   2715
  150.    End
  151.    Begin Label Label1 
  152.       BackColor       =   &H00C0C0C0&
  153.       Caption         =   "Please enter the name of the field you would like to group on:"
  154.       Height          =   420
  155.       Left            =   90
  156.       TabIndex        =   4
  157.       Top             =   315
  158.       Width           =   3435
  159.    End
  160. Sub Command1_Click ()
  161.  DateCond.Show 1
  162. End Sub
  163.